ComponentOne Xamarin.iOS
MoveCurrentToFirst Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : MoveCurrentToFirst Method
Sets the first item in the view as the current item.
Syntax
'Declaration
 
Public Function MoveCurrentToFirst() As Boolean
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As Boolean
 
value = instance.MoveCurrentToFirst()
public bool MoveCurrentToFirst()
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members